home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / kttrm100.zip / MAIL.GUI < prev    next >
Text File  |  1992-08-16  |  24KB  |  666 lines

  1. KAMterm users, please note:  this file is provided for you in order to
  2. assist you in contacting me via electronic mail.  It is provided to you
  3. in its original form (except for these comments), exactly as it was when
  4. ftp'd from the site where it is archived.
  5.  
  6. ----------  BEGIN INCLUDED FILE:  internetwork-mail-guide  ----------
  7. # Inter-Network Mail Guide - Copyright 1992 by John J. Chew
  8. #
  9. #V $Revision: 1.25 $
  10. #V $Date: 92/05/19 21:09:15 $
  11. #
  12. # WHAT'S NEW
  13. #
  14. # This is a major revision of the Inter-Network Mail Guide.  After a lapse of
  15. # nearly two years, I am finally getting back to editing this document, in
  16. # large part due to the number of messages I still receive daily asking me
  17. # about updates (thanks to everyone who asked).  As it has been a while since
  18. # the last issue, I am concerned that there is, despite my best efforts, a
  19. # fair amount of outdated material in the guide.  If you have the time, please
  20. # take a look through it now and let me know if you find any errors or
  21. # omissions.  If you are planning on keeping a copy of the guide around,
  22. # I would suggest waiting for the next issue (June 1992) in order to make
  23. # sure that you get a more bug-free version.
  24. #
  25. # I would like to thank everyone who has sent me information for inclusion
  26. # in the guide, especially those who have done so in the past few busy weeks.
  27. # I will not list them here this time, as I am sure I would miss at least
  28. # one, but I will be acknowledging contributions beginning with the next issue.
  29. # COPYRIGHT NOTICE
  30. #
  31. # This document is Copyright 1992 by John J. Chew.  All rights reserved.
  32. # Permission for non-commercial distribution is hereby granted, provided
  33. # that this file is distributed intact, including this copyright notice
  34. # and the version information above.  Permission for commercial distribution
  35. # can be obtained by contacting the author as described below.
  36. #
  37. # INTRODUCTION
  38. #
  39. # This file documents methods of sending mail from one network to another.
  40. # It represents the aggregate knowledge of the readers of comp.mail.misc
  41. # and many contributors elsewhere.  If you know of any corrections or
  42. # additions to this file, please follow the instructions in the section
  43. # entitled 'HOW TO FORMAT INFORMATION FOR SUBMISSION' and then mail the
  44. # information to me: John J. Chew <poslfit@utcs.utoronto.ca>.  If
  45. # you do not have access to electronic mail (which makes me wonder about
  46. # the nature of your interest in the subject, but there does seem to be
  47. # a small such population out there) you can call me between 14:30 and
  48. # 19:00 MET (currently UTC+2h) at +33 1 46 40 10 60, or fax me (at any time)
  49. # at +33 1 46 40 18 44.  Please note that these telephone numbers will remain
  50. # valid only until the end of July 1992.
  51. #
  52. # DISTRIBUTION
  53. #
  54. # (news) This list is posted monthly to Usenet newsgroups comp.mail.misc and
  55. #   news.newusers.questions.
  56. # (mail) I maintain a growing list of subscribers who receive each monthly
  57. #   issue by electronic mail, and recommend this to anyone planning to .
  58. #   redistribute the list on a regular basis.
  59. # (FTP) Internet users can fetch this guide by anonymous FTP as ~ftp/pub/docs/
  60. #   internetwork-mail-guide on FTP.MsState.Edu (130.18.80.11) [Courtesy of
  61. #   Frank W. Peters]
  62. # (Listserv) Bitnet users can fetch this guide from the Listserv at UNMVM.
  63. #   Send mail to LISTSERV@UNMVM with blank subject and body consisting of
  64. #   the line 'GET NETWORK GUIDE'.  [Courtesy of Art St. George]
  65. #
  66. # HOW TO USE THIS GUIDE
  67. #
  68. # This document is meant to be both human-readable and machine-parseable.  I
  69. # have an experimental Perl script that performs queries on this document -
  70. # send me e-mail if you would like a copy.
  71. #
  72. # If you just want to browse the guide manually for information, this is what
  73. # you need to know.  The guide is organized as a list of entries.  Each entry
  74. # tells you how to get from one network to another.  Here is what a typical
  75. # entry might look like:
  76. #
  77. #   #F mynet
  78. #   #T yournet
  79. #   #R youraddress
  80. #   #C contactaddress
  81. #   #I send to 'youraddress@thegateway'
  82. #
  83. # This means that to send mail _f_rom a network called 'mynet' _t_o a
  84. # _r_ecipient address 'youraddress' on a network called 'yournet', you
  85. # should follow the _i_nstructions shown and address your mail to
  86. # 'youraddress@thegateway'.  (The quotes are not part of the address
  87. # you should use, and if you see \' between the double quotes, you
  88. # should type just ' when addressing your mail.)  If you have trouble
  89. # sending mail, you can try sending mail to 'contactaddress' for help.
  90. #
  91. # Network names are listed together with a brief description of each network,
  92. # before the main entires.  The main entries themselves are sorted
  93. # alphabetically, first by source network and then by destination network.
  94. # Network connections that can be generated transitively (A->B and B->C give
  95. # A->B->C) are generally omitted.  If you need further information on the
  96. # format, read the following section.
  97. #
  98. # HOW TO PARSE THIS GUIDE
  99. #
  100. # The format of this guide is designed to be a reasonable compromise between
  101. # the automatically parsable and the humanly legible.
  102. # As distributed, the guide consists of a sequence of lines of up to eighty
  103. # octets in the range [32,126] representing characters in the ASCII encoding,
  104. # with each line terminated by a newline (decimal 10) character.
  105. #
  106. # Valid lines are either empty or begin with a '#'.  Invalid lines should
  107. # be rejected as being part of an encapsulation such as a mail header.
  108. # The portion of a non-empty, valid line following the '#' consists of a tag
  109. # and data.  The tag is the longest leading string of characters that does not
  110. # contain a space, the data is the portion of the line after the first space
  111. # if any.  Leading spaces in the data are ignored, except on continuation lines
  112. # (see below).
  113. # Lines tagged with a '-' are continuation lines.  If more than eighty
  114. # characters need to be placed in one logical record, the characters should
  115. # be placed in several lines, with all lines after the first tagged with a '-'.
  116. # A (possibly singleton) set of lines will be referred to as a record.  A
  117. # record's tag is the tag of its first line.
  118. #
  119. # Records with empty tags (such as these) are comments for human eyes only
  120. # and should in general be silently ignored by an automatic parser.
  121. #
  122. # Records are grouped into blocks, delimited by empty lines.  Empty blocks,
  123. # or blocks which contain nothing but comments, should be ignored.
  124. # The first block of the file consists of 'V'-tagged records which give
  125. # version information for the file.  The format of this information is
  126. # subject to change, and should not be automatically parsed.  In this
  127. # edition, the first block is at the very beginning of the file.
  128. #
  129. # The second block of the file consists of 'N'-tagged records which declare
  130. # identifiers to be used in referring to networks in the rest of the file.
  131. # Each such record is divided into ';'-separated fields.  The fields are
  132. # currently: identifier, full name, organization, category (academic, bbs,
  133. # commercial, in-house, non-profit, none or ?).  Leading and trailing spaces
  134. # in fields should be ignored.  In fact, without further ado, here's the
  135. # second block.
  136.  
  137. #N aol           ; America Online; ?; commercial;
  138. #N applelink     ; AppleLink; Apple Computer, Inc.; in-house;
  139. #N att           ; AT&T Mail; AT&T; commercial;
  140. #N bitnet        ; BITNET; none; academic;
  141. #N bix           ; Byte Information eXchange; Byte magazine; commercial;
  142. #N bmug          ; ? ; Berkeley Macintosh Users Group; in-house;
  143. #N cgnet         ; CGNET; Agricultural research network; commercial;
  144. #N compuserve    ; CompuServe; CompuServe Inc.; commercial;
  145. #N connect       ; Connect Professional Information Network; ?; commercial;
  146. #N easynet       ; Easynet; DEC; in-house;
  147. #N envoy         ; Envoy-100; Telecom Canada; commercial;
  148. #N fax           ; Facsimile document transmission; none; none;
  149. #N fidonet       ; FidoNet; none; bbs;
  150. #N geonet        ; GeoNet Mailbox Systems; ?; commercial;
  151. #N gsfcmail      ; GSFCmail; NASA/Goddard Space Flight Center; in-house;
  152. #N ibm           ; VNET; IBM; in-house;
  153. #N internet      ; Internet; none; academic;
  154. #N keylink       ; KeyLink; Telecom Australia; commercial;
  155. #N mci           ; MCIMail; MCI; commercial;
  156. #N mfenet        ; Magnetic Fusion Energy Network
  157. #-               ; Lawrence Livermore National Laboratory; academic;
  158. #N nasamail      ; NASAMail; NASA; in-house;
  159. #N nsi           ; NASA Science Internet; NASA; government;
  160. #-  Dual-protocol: instructions given here pertain only to NSI-DECnet addresses
  161. #-  (NSI-TCP/IP addresses should be treated as shown for 'internet')
  162. #N omnet         ; OMNET; OMNET; commercial;
  163. #N peacenet      ; PeaceNet; Institute for Global Communications; non-profit;
  164. #N sinet         ; Schlumberger Information NETwork; ?; ?;
  165. #N sprintmail    ; SprintMail; Sprint; commercial; formerly Telemail
  166. #N tcg           ; Telecom Gold; British Telecom; commercial;
  167. #N thenet        ; Texas Higher Education Network; University of Texas
  168. #-               ; academic ;
  169. #
  170. # After these header blocks come a sequence of connection blocks, describing
  171. # how to get from one network to another.  In each such block, the records
  172. # are tagged 'F', 'T', and 'R', followed by an optional 'C', and at least
  173. # one 'I'.
  174. #
  175. # The 'F' (from) record gives the network identifier of the source network.
  176. #
  177. # The 'T' (to) record gives the network identifier of the destination network.
  178. #
  179. # The 'R' (recipient) record gives an example of an address on the
  180. # destination network, to make it clear in subsequent lines what text
  181. # requires subsitution.
  182. #
  183. # The 'C' (contact) record gives an address for inquiries concerning the
  184. # gateway, expressed as an address reachable from the source (#F) network.
  185. # Presumably, if you can't get the gateway to work at all, then knowing
  186. # an unreachable address on another network will not be of great help.
  187. #
  188. # The 'I' (instructions) records, of which there may be several, give verbal
  189. # instructions to a user of the source network to let them send mail
  190. # to a user on the destination network.  Text that needs to be typed
  191. # will appear in double quotes, with C-style escapes if necessary.  If
  192. # the instructions consist simply of mailing to a certain address, this
  193. # will be indicated by the words 'send to' followed by a quoted address.
  194. # If there are alternative addresses, they will be marked 'or to' instead.
  195. #
  196. # HOW TO FORMAT INFORMATION FOR SUBMISSION
  197. #
  198. # If you don't want to wade through the section on parsing the guide above,
  199. # here is what I really want in the way of information.  If you are adding
  200. # a new network to the list, tell me what its official name is (pay attention
  201. # to capitalisation), what the name of its responsible organization is, and
  202. # what kind of a network it is (academic, commercial, government, in-house
  203. # or non-profit).  If this isn't clear, look at the examples above.  I would
  204. # appreciate it if you would format the entry thus:
  205. #
  206. # #N foonet   ; The Foo Network; The Foo Organization; commercial
  207. #
  208. # Next, for each connection, give me an entry that looks something like:
  209. #
  210. # #F foonet
  211. # #T barnet
  212. # #R baraddress
  213. # #C contactaddress
  214. # #I send to 'baraddress@thegateway'
  215. #
  216. # Note that 'contactaddress' must be an address expressed in foonet's native
  217. # format, and not that of barnet, since if a user is having trouble accessing
  218. # barnet, giving him/her an address on that net to contact for help is not
  219. # productive.  If there is no contact/postmaster address, please tell me.
  220. # If there are more complicated instructions, use additional #I lines.
  221. #
  222. # Once you've got all the information together, send it to me in an e-mail
  223. # message with the words 'INMG update' in the Subject: line.  You can in
  224. # general expect an answer back from me within a week or two, modulo workload
  225. # and vacations.
  226.  
  227. #F aol
  228. #T internet
  229. #R user@domain
  230. #C inetbeta
  231. #I send to 'user@domain'
  232. #I Additional information concerning this gateway, currently in beta-testing,
  233. #I  can be found using the keyword 'InetBeta'.
  234.  
  235. #F applelink
  236. #T bitnet
  237. #R user@site
  238. #I send to 'user@site.bitnet@internet#'
  239.  
  240. #F applelink
  241. #T internet
  242. #R user@domain
  243. #I send to 'user@domain@internet#' (address must be <35 characters)
  244.  
  245. #F att
  246. #T bitnet
  247. #R user@site
  248. #I send to 'internet!site.bitnet!user'
  249.  
  250. #F att
  251. #T internet
  252. #R user@domain
  253. #I send to 'internet!domain!user'
  254.  
  255. #F bitnet
  256. #T internet
  257. #R user@domain
  258. #I Methods for sending mail from Bitnet to the Internet vary depending on
  259. #-  what mail software is running at the Bitnet site in question.  In the
  260. #-  best case, users should simply be able to send mail to 'user@domain'.
  261. #-  If this doesn't work, try 'user%domain@gateway' where 'gateway' is a
  262. #-  Bitnet-Internet gateway site nearby.  Finally, if neither of these
  263. #-  works, you may have to try hand-coding an SMTP envelope for your mail.
  264. #I If you have questions concerning this rather terse note, please try
  265. #-  contacting your local postmaster or system administrator first before
  266. #-  you send me mail -- John Chew <poslfit@utcs.utoronto.ca>
  267.  
  268. #F cgnet
  269. #T internet
  270. #R user@domain
  271. #I send to 'INTERMAIL'
  272. #I message body must contain an appropriately (?) formatted header
  273.  
  274. #F compuserve
  275. #T fax
  276. #R +1 415 555 1212
  277. #I send to '>FAX 14155551212'
  278. #I not transitive - message must originate from a CompuServe user
  279. #I for calls outside the NANP, use '011' as the international prefix
  280.  
  281. #F compuserve
  282. #T internet
  283. #R user@domain
  284. #I send to '>INTERNET:user@domain' (only from CompuServe users)
  285.  
  286. #F compuserve
  287. #T mci
  288. #R 123-4567
  289. #I send to '>MCIMAIL:123-4567' (only from CompuServe users)
  290.  
  291. #F connect
  292. #T internet
  293. #R user@domain
  294. #I send to 'DASNET'
  295. #I first line of message: '"user@domain"@DASNET'
  296.  
  297. #F easynet
  298. #T bitnet
  299. #R user@site
  300. #C DECWRL::ADMIN
  301. #I send to 'nm%DECWRL::"user@site.bitnet"' (from VMS using NMAIL)
  302. #I send to 'user@site.bitnet' (from Ultrix)
  303. #I   or to 'user%site.bitnet@decwrl.dec.com' (from Ultrix via IP)
  304. #I   or to 'DECWRL::"user@site.bitnet"' (from Ultrix via DECNET)
  305.  
  306. #F easynet
  307. #T fidonet
  308. #R john smith at 1:2/3.4
  309. #C DECWRL::ADMIN
  310. #I send to 'nm%DECWRL::"john.smith@p4.f3.n2.z1.fidonet.org"'
  311. #-  (from VMS using NMAIL)
  312. #I send to 'john.smith@p4.f3.n2.z1.fidonet.org'
  313. #-  (from Ultrix)
  314. #I or to '"john.smith%p4.f3.n2.z1.fidonet.org"@decwrl.dec.com'
  315. #-  (from Ultrix via IP)
  316. #I or to 'DECWRL::"john.smith@p4.f3.n2.z1.fidonet.org"'
  317. #-  (from Ultrix via DECNET)
  318.  
  319. #F easynet
  320. #T internet
  321. #R user@domain
  322. #C DECWRL::ADMIN
  323. #I send to 'nm%DECWRL::"user@domain"' (from VMS using NMAIL)
  324. #I send to 'user@domain' (from Ultrix)
  325. #I   or to 'user%domain@decwrl.dec.com' (from Ultrix via IP)
  326. #I   or to 'DECWRL::"user@domain"' (from Ultrix via DECNET)
  327.  
  328. #F envoy
  329. #T internet
  330. #R user@domain
  331. #C ICS.TEST or ICS.BOARD
  332. #I send to '[RFC-822="user(a)domain"]INTERNET/TELEMAIL/US'
  333. #I for special characters, use @=(a), !=(b), _=(u), any=(three octal digits)
  334.  
  335. #F fidonet
  336. #T internet
  337. #R user@domain
  338. #I send to 'uucp' at nearest gateway site
  339. #I set first line of message to 'To: user@domain'
  340.  
  341. #F geonet
  342. #T internet
  343. #R user@domain
  344. #I send to 'DASNET'
  345. #I set subject line to 'user@domain!subject'
  346.  
  347. #F gsfcmail
  348. #T internet
  349. #R user@domain
  350. #C cust.svc
  351. #I send to '(SITE:SMTPMAIL,ID:<user(a)domain>)'
  352. #I or to '(C:USA,A:TELEMAIL,P:SMTPMAIL,ID:<user(a)domain>)'
  353. #I or send to 'POSTMAN'
  354. #-  and set the first line of message to 'To: user@domain'
  355. #I Help is also available by phoning +1 301 286 6865.
  356.  
  357. #F gsfcmail
  358. #T nsi
  359. #R host::user
  360. #C cust.svc
  361. #I send to '(SITE:SMTPMAIL,ID:<user(a)host.DNET.NASA.GOV>)'
  362. #I or to '(C:USA,A:TELEMAIL,P:SMTPMAIL,ID:<user(a)host.DNET.NASA.GOV>)'
  363. #I or send to 'POSTMAN'
  364. #-  and set the first line of message to 'To: user@host.DNET.NASA.GOV'
  365.  
  366. #F internet
  367. #T aol
  368. #R A User
  369. #C inetbeta1@aol.com
  370. #I send to auser@aol.com (all lower-case, no spaces)
  371.  
  372. #F internet
  373. #T applelink
  374. #R user
  375. #I send to 'user@applelink.apple.com'
  376.  
  377. #F internet
  378. #T att
  379. #R user
  380. #I send to 'user@attmail.com'
  381.  
  382. #F internet
  383. #T bitnet
  384. #R user@site
  385. #I send to 'user%site.bitnet@gateway' where 'gateway' is a gateway host that
  386. #-  is on both the internet and bitnet.  Some examples of gateways are:
  387. #-  cunyvm.cuny.edu mitvma.mit.edu.  Check first to see what local policies
  388. #-  are concerning inter-network forwarding.
  389.  
  390. #F internet
  391. #T bix
  392. #R user
  393. #I send to 'user@dcibix.das.net'
  394.  
  395. #F internet
  396. #T bmug
  397. #R John Smith
  398. #I send to 'John.Smith@bmug.fidonet.org'
  399.  
  400. #F internet
  401. #T cgnet
  402. #R user
  403. #C intermail-request@intermail.isi.edu
  404. #I send to 'user%CGNET@intermail.isi.edu'
  405.  
  406. #F internet
  407. #T compuserve
  408. #R 71234,567
  409. #I send to '71234.567@compuserve.com'
  410. #I   Ordinary Compuserve account IDs are pairs of octal numbers
  411.  
  412. #F internet
  413. #T compuserve
  414. #R organization:department:user
  415. #I send to 'user@department.organization.compuserve.com'
  416. #I   This syntax is for use with members of organizations which have a
  417. #-   private CompuServe mail area.  'department' may not always be present.
  418.  
  419. #F internet
  420. #T connect
  421. #R NAME
  422. #I send to 'NAME@dcjcon.das.net'
  423.  
  424. #F internet
  425. #T easynet
  426. #R HOST::USER
  427. #C admin@decwrl.dec.com
  428. #I send to 'user@host.enet.dec.com'
  429. #I   or to 'user%host.enet@decwrl.dec.com'
  430.  
  431. #F internet
  432. #T easynet
  433. #R John Smith @ABC
  434. #C admin@decwrl.dec.com
  435. #I send to 'John.Smith@ABC.MTS.DEC.COM'
  436. #I   this syntax is for sending mail to All-In-1 users
  437.  
  438. #F internet
  439. #T envoy
  440. #R John Smith (ID=userid)
  441. #I send to 'uunet.uu.net!att!attmail!mhs!envoy!userid'
  442.  
  443. #F internet
  444. #T envoy
  445. #R John Smith (ID=userid)
  446. #C /C=CA/ADMD=TELECOM.CANADA/ID=ICS.TEST/S=TEST_GROUP/@nasamail.nasa.gov
  447. #I send to '/C=CA/ADMD=TELECOM.CANADA/DD.ID=userid/PN=John_Smith/@Sprint.COM'
  448.  
  449. #F internet
  450. #T fidonet
  451. #R john smith at 1:2/3.4
  452. #I send to 'john.smith@p4.f3.n2.z1.fidonet.org'
  453.  
  454. #F internet
  455. #T geonet
  456. #R user at host
  457. #I send to 'user:host@map.das.net'
  458. #I American host is geo4, European host is geo1.
  459.  
  460. #F internet
  461. #T gsfcmail
  462. #R user
  463. #C help@nic.nsi.nasa.gov
  464. #I send to 'user@gsfcmail.nasa.gov'
  465. #I   or to '/PN=user/ADMD=TELEMAIL/PRMD=GSFC/O=GSFCMAIL/C=US/
  466. #- @x400.msfc.nasa.gov'
  467.  
  468. #F internet
  469. #T ibm
  470. #R user@vmnode.tertiary_domain (syntax?)
  471. #C nic@vnet.ibm.com
  472. #I send to 'user@vmnode.tertiary_domain.ibm.com'
  473. #I To look up a user's mailbox name, mail to nic@vnet.ibm.com with
  474. #- the line 'WHOIS name' in the message body.
  475.  
  476. #F internet
  477. #T keylink
  478. #R (G:John, I:Q, S:Smith, O:organization, C:au)
  479. #C aarnet@aarnet.edu.au
  480. #I send to '"/G=John/I=Q/S=Smith/O=organization/"@telememo.au'
  481. #I Supported attributes are C=AU, A=ADMD=telememo, P=PRMD=private management
  482. #-  domain, O=organization, OU=organizational unit, G=given name, I=initials,
  483. #-  S=surname, PN=personal name (G.I.S), DD.UID (domain defined), DD.NODE
  484. #-  (domain defined), DD.UN (domain defined).
  485.  
  486. #F internet
  487. #T mci
  488. #R John Smith (123-4567)
  489. #I send to '1234567@mcimail.com'
  490. #I or to 'JSmith@mcimail.com' (if 'JSmith' is unique)
  491. #I or to 'John_Smith@mcimail.com' (if 'John Smith' is unique - note the
  492. #-  underscore!)
  493. #I or to 'John_Smith/1234567@mcimail.com' (if 'John Smith' is NOT unique)
  494.  
  495. #F internet
  496. #T mfenet
  497. #R user@mfenode
  498. #I send to 'user%mfenode.mfenet@nmfecc.arpa'
  499.  
  500. #F internet
  501. #T nasamail
  502. #R user
  503. #C help@nic.nsi.nasa.gov
  504. #I send to 'user@nasamail.nasa.gov'
  505. #I Help is available by phoning +1 205 544 1771 or +1 301 286 7251.
  506.  
  507. #F internet
  508. #T nsi
  509. #R host::user
  510. #C help@nic.nsi.nasa.gov
  511. #I send to 'user@host.dnet.nasa.gov'
  512. #I   or to 'user%host.dnet@ames.arc.nasa.gov'
  513. #I   or to 'user%host.dnet@east.gsfc.nasa.gov'
  514. #I Help is also available by phoning +1 301 286 7251.
  515.  
  516. #F internet
  517. #T omnet
  518. #R user
  519. #C help@nic.nsi.nasa.gov
  520. #I send to 'user@omnet.nasa.gov'
  521. #I   or to 'user/omnet@omnet.nasa.gov' (?)
  522. #I   or to '/DD.UN=user/O=OMNET/ADMD=TELEMAIL/C=US/@Sprint.COM'
  523. #I Help is available by phoning +1 301 286 7251 or +1 617 265 9230.
  524.  
  525. #F internet
  526. #T peacenet
  527. #R user
  528. #C support@igc.org
  529. #I send to 'user@cdp.igc.org'
  530.  
  531. #F internet
  532. #T sinet
  533. #R node::user or node1::node::user
  534. #I send to 'user@node.SINet.SLB.COM'
  535. #I   or to 'user%node@node1.SINet.SLB.COM'
  536.  
  537. #F internet
  538. #T sprintmail
  539. #R John Smith at SomeOrganization
  540. #C help@nic.nsi.nasa.gov
  541. #I send to '/G=John/S=Smith/O=SomeOrganization/ADMD=TELEMAIL/C=US/@Sprint.COM'
  542. #I Help is also available by phoning +1 301 286 7251.
  543.  
  544. #F internet
  545. #T tcg
  546. #R maibox ABC123 at system 79
  547. #I send to '10079.ABC123@gateway-to-gold.interspan.gb'
  548.  
  549. #F internet
  550. #T thenet
  551. #R user@host
  552. #I send to 'user%host.decnet@utadnx.cc.utexas.edu'
  553.  
  554. #F keylink
  555. #T internet
  556. #R John Smith <user@domain>
  557. #C (G:CUSTOMER, S:SERVICE, O:CUST.SERVICE, P:telememo, C:au)
  558. #I send to '(C:au, A:telememo, P:oz.au, "RFC-822":"John Smith
  559. #-  <user(a)domain>")'
  560. #I special characters must be mapped: @->(a), %->(p), !->(b), "->(q)
  561.  
  562. #F mci
  563. #T internet
  564. #R John Smith <user@domain>
  565. #C 267-1163 (MCI Help)
  566. #I at the 'To:' prompt type 'John Smith (EMS)'
  567. #I at the 'EMS:' prompt type 'INTERNET'
  568. #I at the 'Mbx:' prompt type 'user@domain'
  569.  
  570. #F nasamail
  571. #T internet
  572. #R user@domain
  573. #C admin
  574. #I send to '(site:smtpmail,id:<user(a)domain>)'
  575. #I Help is also available by phoning +1 205 544 1771 and at 'admin/nasa'.
  576.  
  577. #F nasamail
  578. #T nsi
  579. #R host::user
  580. #C admin
  581. #I send to '(site:smtpmail,id:<user(a)host.DNET.NASA.GOV>)'
  582. #I Help is also available by phoning +1 205 544 1771 and at 'admin/nasa'.
  583.  
  584. #F nsi
  585. #T gsfcmail
  586. #R user
  587. #C help@nic.nsi.nasa.gov
  588. #I send to 'east::"user@gsfcmail.nasa.gov"'
  589. #I or to 'east::"/PN=user/ADMD=TELEMAIL/PRMD=GSFC/O=GSFCMAIL/C=US/
  590. #- @x400.msfc.nasa.gov'
  591. #I Help is also available by phoning +1 301 286 7251.
  592.  
  593. #F nsi
  594. #T internet
  595. #R user@domain
  596. #C nsinic::nsihelp
  597. #I send to 'east::"user@domain"'
  598. #I or to 'dftnic::"user@domain"'
  599. #I or to 'nssdca::in%"user@domain"'
  600. #I or to 'jpllsi::"user@domain"'
  601. #I Help is also available by phoning +1 301 286 7251.
  602.  
  603. #F nsi
  604. #T omnet
  605. #R user
  606. #C omnet.service
  607. #I send to 'east::"user@omnet.nasa.gov"'
  608. #I Help is also available by phoning +1 617 265 9230.
  609.  
  610. #F nsi
  611. #T sprintmail
  612. #R John Smith at SomeOrganization
  613. #C nsinic::nsihelp
  614. #I send to '/G=John/S=Smith/O=SomeOrganization/ADMD=TELEMAIL/C=US/@Sprint.COM'
  615. #I Help is also available by phoning +1 301 286 7251.
  616.  
  617. #F omnet
  618. #T internet
  619. #R user@domain
  620. #C omnet.service
  621. #I Enter 'compose manual' at the command prompt.  Choose the Internet address
  622. #-  option from the menu that appears.  Note that this gateway service charges
  623. #-  based on the number of 1000-character blocks sent.
  624. #I Help is also available by phoning +1 617 265 9230.
  625.  
  626. #F sinet
  627. #T internet
  628. #R user@domain
  629. #I send to 'M_MAILNOW::M_INTERNET::"user@domain"'
  630. #I   or to 'M_MAILNOW::M_INTERNET::domain::user'
  631.  
  632. #F sprintmail
  633. #T internet
  634. #R user@domain
  635. #I send to '(C:USA,A:TELEMAIL,P:INTERNET,"RFC-822":<user(a)domain>) DEL'
  636. #I Help is available within the United States by phoning +1 800 336 0437 and
  637. #-  pressing '2' on a TouchTone phone.
  638.  
  639. #F sprintmail
  640. #T nsi
  641. #R host::user
  642. #I send to 
  643. #-  '(C:USA,A:TELEMAIL,P:INTERNET,"RFC-822":<user(a)host.DNET.NASA.GOV>) DEL'
  644. #I Help is available within the United States by phoning +1 800 336 0437 and
  645. #-  pressing '2' on a TouchTone phone.
  646.  
  647. #F tcg
  648. #T internet
  649. #R user@domain
  650. #I Ask your recipient to send you some mail.  Telecom Gold will generate
  651. #-  a dummy mailbox number for the internet address.  Reply to this number.
  652. #I In order to use this gateway, the Telecom Gold user must be validated for
  653. #-  MailBridge.
  654.  
  655. #F thenet
  656. #T internet
  657. #R user@domain
  658. #I send to 'UTADNX::WINS%" user@domain "'
  659.  
  660.  
  661.